Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10043050 | <NME> ActivityScenarioTest.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 1 | Throw exception if activityOptions is non-null and API level is less than 28 in startActivity() | 1 | .java | java | apache-2.0 | android/android-test |
10043051 | <NME> ActivityScenarioTest.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 1 | Throw exception if activityOptions is non-null and API level is less than 28 in startActivity() | 1 | .java | java | apache-2.0 | android/android-test |
10043052 | <NME> SubprocessCommunicator.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 1 | Project import generated by Copybara. | 1 | .java | java | apache-2.0 | android/android-test |
10043053 | <NME> SubprocessCommunicator.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 1 | Project import generated by Copybara. | 1 | .java | java | apache-2.0 | android/android-test |
10043054 | <NME> SubprocessCommunicator.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 1 | Project import generated by Copybara. | 1 | .java | java | apache-2.0 | android/android-test |
10043055 | <NME> SubprocessCommunicator.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 1 | Project import generated by Copybara. | 1 | .java | java | apache-2.0 | android/android-test |
10043056 | <NME> SubprocessCommunicator.java
<BEF> /*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/... | 1 | Project import generated by Copybara. | 1 | .java | java | apache-2.0 | android/android-test |
10043057 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 6 | Set our properties earlier in the init sequence | 19 | .py | py | apache-2.0 | android/android-test |
10043058 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 6 | Set our properties earlier in the init sequence | 19 | .py | py | apache-2.0 | android/android-test |
10043059 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 6 | Set our properties earlier in the init sequence | 19 | .py | py | apache-2.0 | android/android-test |
10043060 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 6 | Set our properties earlier in the init sequence | 19 | .py | py | apache-2.0 | android/android-test |
10043061 | <NME> emulated_device.py <BEF> # Copyright 2014 Google Inc. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless requ... | 6 | Set our properties earlier in the init sequence | 19 | .py | py | apache-2.0 | android/android-test |
10043062 | <NME> InstrumentationParameterUtilTest.java
<BEF> ADDFILE
<MSG> Make activity lifecycle transition timeout configurable by instrumentation parameter
Example:
"am instrument -e activityLifecycleChangeTimeoutMillis 1000"
PiperOrigin-RevId: 254269672
<DFF> @@ -0,0 +1,58 @@
+package androidx.test.internal.platform.util;
... | 58 | Make activity lifecycle transition timeout configurable by instrumentation parameter | 0 | .java | java | apache-2.0 | android/android-test |
10043063 | <NME> InstrumentationParameterUtilTest.java
<BEF> ADDFILE
<MSG> Make activity lifecycle transition timeout configurable by instrumentation parameter
Example:
"am instrument -e activityLifecycleChangeTimeoutMillis 1000"
PiperOrigin-RevId: 254269672
<DFF> @@ -0,0 +1,58 @@
+package androidx.test.internal.platform.util;
... | 58 | Make activity lifecycle transition timeout configurable by instrumentation parameter | 0 | .java | java | apache-2.0 | android/android-test |
10043064 | <NME> InstrumentationParameterUtilTest.java
<BEF> ADDFILE
<MSG> Make activity lifecycle transition timeout configurable by instrumentation parameter
Example:
"am instrument -e activityLifecycleChangeTimeoutMillis 1000"
PiperOrigin-RevId: 254269672
<DFF> @@ -0,0 +1,58 @@
+package androidx.test.internal.platform.util;
... | 58 | Make activity lifecycle transition timeout configurable by instrumentation parameter | 0 | .java | java | apache-2.0 | android/android-test |
10043065 | <NME> InstrumentationParameterUtilTest.java
<BEF> ADDFILE
<MSG> Make activity lifecycle transition timeout configurable by instrumentation parameter
Example:
"am instrument -e activityLifecycleChangeTimeoutMillis 1000"
PiperOrigin-RevId: 254269672
<DFF> @@ -0,0 +1,58 @@
+package androidx.test.internal.platform.util;
... | 58 | Make activity lifecycle transition timeout configurable by instrumentation parameter | 0 | .java | java | apache-2.0 | android/android-test |
10043066 | <NME> InstrumentationParameterUtilTest.java
<BEF> ADDFILE
<MSG> Make activity lifecycle transition timeout configurable by instrumentation parameter
Example:
"am instrument -e activityLifecycleChangeTimeoutMillis 1000"
PiperOrigin-RevId: 254269672
<DFF> @@ -0,0 +1,58 @@
+package androidx.test.internal.platform.util;
... | 58 | Make activity lifecycle transition timeout configurable by instrumentation parameter | 0 | .java | java | apache-2.0 | android/android-test |
10043067 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 0 | Fix BEGIN GOOGLE-INTERNAL marker. | 6 | .java | java | apache-2.0 | android/android-test |
10043068 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 0 | Fix BEGIN GOOGLE-INTERNAL marker. | 6 | .java | java | apache-2.0 | android/android-test |
10043069 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 0 | Fix BEGIN GOOGLE-INTERNAL marker. | 6 | .java | java | apache-2.0 | android/android-test |
10043070 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 0 | Fix BEGIN GOOGLE-INTERNAL marker. | 6 | .java | java | apache-2.0 | android/android-test |
10043071 | <NME> ActivityScenario.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENS... | 0 | Fix BEGIN GOOGLE-INTERNAL marker. | 6 | .java | java | apache-2.0 | android/android-test |
10043072 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 5 | Update targetSdk to 33 for test apps. | 3 | .java | java | apache-2.0 | android/android-test |
10043073 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 5 | Update targetSdk to 33 for test apps. | 3 | .java | java | apache-2.0 | android/android-test |
10043074 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 5 | Update targetSdk to 33 for test apps. | 3 | .java | java | apache-2.0 | android/android-test |
10043075 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 5 | Update targetSdk to 33 for test apps. | 3 | .java | java | apache-2.0 | android/android-test |
10043076 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 5 | Update targetSdk to 33 for test apps. | 3 | .java | java | apache-2.0 | android/android-test |
10043077 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# install extra utilities needed
apt-get update && \
apt-get -y install ... | 7 | Attempt to reduce the log noise in AXT Google Cloud Build | 5 | Dockerfile | apache-2.0 | android/android-test | |
10043078 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# install extra utilities needed
apt-get update && \
apt-get -y install ... | 7 | Attempt to reduce the log noise in AXT Google Cloud Build | 5 | Dockerfile | apache-2.0 | android/android-test | |
10043079 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# install extra utilities needed
apt-get update && \
apt-get -y install ... | 7 | Attempt to reduce the log noise in AXT Google Cloud Build | 5 | Dockerfile | apache-2.0 | android/android-test | |
10043080 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# install extra utilities needed
apt-get update && \
apt-get -y install ... | 7 | Attempt to reduce the log noise in AXT Google Cloud Build | 5 | Dockerfile | apache-2.0 | android/android-test | |
10043081 | <NME> Dockerfile
<BEF> # start from docker image with bazel installed
FROM l.gcr.io/google/bazel:3.5.0
ENV ANDROID_HOME /android-sdk
ENV PATH ${ANDROID_HOME}/tools:$ANDROID_HOME/platform-tools:$ANDROID_HOME/tools/bin:/bin:$PATH
RUN \
# install extra utilities needed
apt-get update && \
apt-get -y install ... | 7 | Attempt to reduce the log noise in AXT Google Cloud Build | 5 | Dockerfile | apache-2.0 | android/android-test | |
10043082 | <NME> README.md
<BEF> [](http://www.repostatus.org/#active)
[](https://travis-ci.org... | 2 | Update README.md | 2 | .md | md | unlicense | bsamseth/cpp-project |
10043083 | <NME> README.md
<BEF> [](http://www.repostatus.org/#active)
[](https://travis-ci.org... | 2 | Update README.md | 2 | .md | md | unlicense | bsamseth/cpp-project |
10043084 | <NME> TransitionActivityMainTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses... | 1 | Update to robolectric 4.0.1 | 0 | .java | java | apache-2.0 | android/android-test |
10043085 | <NME> TransitionActivityMainTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses... | 1 | Update to robolectric 4.0.1 | 0 | .java | java | apache-2.0 | android/android-test |
10043086 | <NME> TransitionActivityMainTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses... | 1 | Update to robolectric 4.0.1 | 0 | .java | java | apache-2.0 | android/android-test |
10043087 | <NME> TransitionActivityMainTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses... | 1 | Update to robolectric 4.0.1 | 0 | .java | java | apache-2.0 | android/android-test |
10043088 | <NME> TransitionActivityMainTest.java
<BEF> /*
* Copyright (C) 2014 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses... | 1 | Update to robolectric 4.0.1 | 0 | .java | java | apache-2.0 | android/android-test |
10043089 | <NME> README.md
<BEF> [](http://www.repostatus.org/#active)
[](https://travis-ci.org... | 5 | Update README.md | 5 | .md | md | unlicense | bsamseth/cpp-project |
10043090 | <NME> README.md
<BEF> [](http://www.repostatus.org/#active)
[](https://travis-ci.org... | 5 | Update README.md | 5 | .md | md | unlicense | bsamseth/cpp-project |
10043091 | <NME> WORKSPACE
<BEF> ADDFILE
<MSG> Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky.
The top level copy.bara.sky will integrate device_broker and emulator's Copybara configurations, but that is out of scope of this CL.
With this... | 64 | Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky. | 0 | WORKSPACE | apache-2.0 | android/android-test | |
10043092 | <NME> WORKSPACE
<BEF> ADDFILE
<MSG> Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky.
The top level copy.bara.sky will integrate device_broker and emulator's Copybara configurations, but that is out of scope of this CL.
With this... | 64 | Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky. | 0 | WORKSPACE | apache-2.0 | android/android-test | |
10043093 | <NME> WORKSPACE
<BEF> ADDFILE
<MSG> Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky.
The top level copy.bara.sky will integrate device_broker and emulator's Copybara configurations, but that is out of scope of this CL.
With this... | 64 | Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky. | 0 | WORKSPACE | apache-2.0 | android/android-test | |
10043094 | <NME> WORKSPACE
<BEF> ADDFILE
<MSG> Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky.
The top level copy.bara.sky will integrate device_broker and emulator's Copybara configurations, but that is out of scope of this CL.
With this... | 64 | Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky. | 0 | WORKSPACE | apache-2.0 | android/android-test | |
10043095 | <NME> WORKSPACE
<BEF> ADDFILE
<MSG> Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky.
The top level copy.bara.sky will integrate device_broker and emulator's Copybara configurations, but that is out of scope of this CL.
With this... | 64 | Create Bazel WORKSPACE.opensource for android_test_support, along with the auto_value java_plugin and the initial top level copy.bara.sky. | 0 | WORKSPACE | apache-2.0 | android/android-test | |
10043096 | <NME> AbstractFilter.java
<BEF> /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 40 | Create RequiresDeviceMode test filter | 0 | .java | java | apache-2.0 | android/android-test |
10043097 | <NME> AbstractFilter.java
<BEF> /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 40 | Create RequiresDeviceMode test filter | 0 | .java | java | apache-2.0 | android/android-test |
10043098 | <NME> AbstractFilter.java
<BEF> /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 40 | Create RequiresDeviceMode test filter | 0 | .java | java | apache-2.0 | android/android-test |
10043099 | <NME> AbstractFilter.java
<BEF> /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 40 | Create RequiresDeviceMode test filter | 0 | .java | java | apache-2.0 | android/android-test |
10043100 | <NME> AbstractFilter.java
<BEF> /*
* Copyright (C) 2019 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 40 | Create RequiresDeviceMode test filter | 0 | .java | java | apache-2.0 | android/android-test |
10043101 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 0 | Automated g4 rollback of changelist 228735876. | 3 | .java | java | apache-2.0 | android/android-test |
10043102 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 0 | Automated g4 rollback of changelist 228735876. | 3 | .java | java | apache-2.0 | android/android-test |
10043103 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 0 | Automated g4 rollback of changelist 228735876. | 3 | .java | java | apache-2.0 | android/android-test |
10043104 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 0 | Automated g4 rollback of changelist 228735876. | 3 | .java | java | apache-2.0 | android/android-test |
10043105 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 0 | Automated g4 rollback of changelist 228735876. | 3 | .java | java | apache-2.0 | android/android-test |
10043106 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 6 | Internal | 0 | .java | java | apache-2.0 | android/android-test |
10043107 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 6 | Internal | 0 | .java | java | apache-2.0 | android/android-test |
10043108 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 6 | Internal | 0 | .java | java | apache-2.0 | android/android-test |
10043109 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 6 | Internal | 0 | .java | java | apache-2.0 | android/android-test |
10043110 | <NME> TestOutputHandler.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... | 6 | Internal | 0 | .java | java | apache-2.0 | android/android-test |
10043111 | <NME> IntentMatchersTest.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | 16 | Add inverted matchers for IntentMatchers.hasExtraWithKey() and BundleMatchers.hasKey() | 6 | .java | java | apache-2.0 | android/android-test |
10043112 | <NME> IntentMatchersTest.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | 16 | Add inverted matchers for IntentMatchers.hasExtraWithKey() and BundleMatchers.hasKey() | 6 | .java | java | apache-2.0 | android/android-test |
10043113 | <NME> IntentMatchersTest.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | 16 | Add inverted matchers for IntentMatchers.hasExtraWithKey() and BundleMatchers.hasKey() | 6 | .java | java | apache-2.0 | android/android-test |
10043114 | <NME> IntentMatchersTest.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | 16 | Add inverted matchers for IntentMatchers.hasExtraWithKey() and BundleMatchers.hasKey() | 6 | .java | java | apache-2.0 | android/android-test |
10043115 | <NME> IntentMatchersTest.java
<BEF> /*
* Copyright (C) 2015 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... | 16 | Add inverted matchers for IntentMatchers.hasExtraWithKey() and BundleMatchers.hasKey() | 6 | .java | java | apache-2.0 | android/android-test |
10043116 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION")
package(
default_visibility = [
... | 1 | com.google.code.findbugs:jsr305:2.0.1 artifacts are unsigned, which means that developers that use espresso or test storage service and have signature verification enabled have to allowlist jsr305. This change upgrades to jsr305 2.0.2 that has signed artifacts and do not have this problem. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10043117 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION")
package(
default_visibility = [
... | 1 | com.google.code.findbugs:jsr305:2.0.1 artifacts are unsigned, which means that developers that use espresso or test storage service and have signature verification enabled have to allowlist jsr305. This change upgrades to jsr305 2.0.2 that has signed artifacts and do not have this problem. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10043118 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION")
package(
default_visibility = [
... | 1 | com.google.code.findbugs:jsr305:2.0.1 artifacts are unsigned, which means that developers that use espresso or test storage service and have signature verification enabled have to allowlist jsr305. This change upgrades to jsr305 2.0.2 that has signed artifacts and do not have this problem. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10043119 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION")
package(
default_visibility = [
... | 1 | com.google.code.findbugs:jsr305:2.0.1 artifacts are unsigned, which means that developers that use espresso or test storage service and have signature verification enabled have to allowlist jsr305. This change upgrades to jsr305 2.0.2 that has signed artifacts and do not have this problem. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10043120 | <NME> BUILD.bazel
<BEF> load("//build_extensions:maven_repo.bzl", "maven_artifact")
load("//build_extensions:release.bzl", "axt_release_lib")
load("//build_extensions:axt_versions.bzl", "ANDROIDX_ANNOTATION_VERSION", "ANNOTATION_VERSION", "MONITOR_VERSION", "SERVICES_VERSION")
package(
default_visibility = [
... | 1 | com.google.code.findbugs:jsr305:2.0.1 artifacts are unsigned, which means that developers that use espresso or test storage service and have signature verification enabled have to allowlist jsr305. This change upgrades to jsr305 2.0.2 that has signed artifacts and do not have this problem. | 1 | .bazel | bazel | apache-2.0 | android/android-test |
10043121 | <NME> TestRunService.java
<BEF> ADDFILE
<MSG> Test event client for new orchestrator
PiperOrigin-RevId: 264932425
<DFF> @@ -0,0 +1,35 @@
+/*
+ * Copyright (C) 2019 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance... | 35 | Test event client for new orchestrator | 0 | .java | java | apache-2.0 | android/android-test |
10043122 | <NME> TestRunService.java
<BEF> ADDFILE
<MSG> Test event client for new orchestrator
PiperOrigin-RevId: 264932425
<DFF> @@ -0,0 +1,35 @@
+/*
+ * Copyright (C) 2019 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance... | 35 | Test event client for new orchestrator | 0 | .java | java | apache-2.0 | android/android-test |
10043123 | <NME> TestRunService.java
<BEF> ADDFILE
<MSG> Test event client for new orchestrator
PiperOrigin-RevId: 264932425
<DFF> @@ -0,0 +1,35 @@
+/*
+ * Copyright (C) 2019 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance... | 35 | Test event client for new orchestrator | 0 | .java | java | apache-2.0 | android/android-test |
10043124 | <NME> TestRunService.java
<BEF> ADDFILE
<MSG> Test event client for new orchestrator
PiperOrigin-RevId: 264932425
<DFF> @@ -0,0 +1,35 @@
+/*
+ * Copyright (C) 2019 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance... | 35 | Test event client for new orchestrator | 0 | .java | java | apache-2.0 | android/android-test |
10043125 | <NME> TestRunService.java
<BEF> ADDFILE
<MSG> Test event client for new orchestrator
PiperOrigin-RevId: 264932425
<DFF> @@ -0,0 +1,35 @@
+/*
+ * Copyright (C) 2019 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance... | 35 | Test event client for new orchestrator | 0 | .java | java | apache-2.0 | android/android-test |
10043126 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 4 | Fix GrantPermissionRuleIntegrationTest on API 17. | 4 | .java | java | apache-2.0 | android/android-test |
10043127 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 4 | Fix GrantPermissionRuleIntegrationTest on API 17. | 4 | .java | java | apache-2.0 | android/android-test |
10043128 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 4 | Fix GrantPermissionRuleIntegrationTest on API 17. | 4 | .java | java | apache-2.0 | android/android-test |
10043129 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 4 | Fix GrantPermissionRuleIntegrationTest on API 17. | 4 | .java | java | apache-2.0 | android/android-test |
10043130 | <NME> RuntimePermissionsActivity.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licen... | 4 | Fix GrantPermissionRuleIntegrationTest on API 17. | 4 | .java | java | apache-2.0 | android/android-test |
10043131 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 3 | Switch tests to use non deprecated AndroidJUnit4 and InstrumentationRegistry. | 3 | .java | java | apache-2.0 | android/android-test |
10043132 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 3 | Switch tests to use non deprecated AndroidJUnit4 and InstrumentationRegistry. | 3 | .java | java | apache-2.0 | android/android-test |
10043133 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 3 | Switch tests to use non deprecated AndroidJUnit4 and InstrumentationRegistry. | 3 | .java | java | apache-2.0 | android/android-test |
10043134 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 3 | Switch tests to use non deprecated AndroidJUnit4 and InstrumentationRegistry. | 3 | .java | java | apache-2.0 | android/android-test |
10043135 | <NME> DelegatingContextTest.java
<BEF> /*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LI... | 3 | Switch tests to use non deprecated AndroidJUnit4 and InstrumentationRegistry. | 3 | .java | java | apache-2.0 | android/android-test |
10043136 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 19 | Check for span before checking for finish so that we connect and exit when there's exactly one insert() call with both | 16 | .kt | kt | apache-2.0 | android/android-test |
10043137 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 19 | Check for span before checking for finish so that we connect and exit when there's exactly one insert() call with both | 16 | .kt | kt | apache-2.0 | android/android-test |
10043138 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 19 | Check for span before checking for finish so that we connect and exit when there's exactly one insert() call with both | 16 | .kt | kt | apache-2.0 | android/android-test |
10043139 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 19 | Check for span before checking for finish so that we connect and exit when there's exactly one insert() call with both | 16 | .kt | kt | apache-2.0 | android/android-test |
10043140 | <NME> TestDiagnosticsContentProvider.kt
<BEF> /*
* Copyright (C) 2020 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licens... | 19 | Check for span before checking for finish so that we connect and exit when there's exactly one insert() call with both | 16 | .kt | kt | apache-2.0 | android/android-test |
10043141 | <NME> EspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 5 | Introduce ScreenOrientationRule to restore the screen orientation to portrait when a test case finishes | 0 | .kt | kt | apache-2.0 | android/android-test |
10043142 | <NME> EspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 5 | Introduce ScreenOrientationRule to restore the screen orientation to portrait when a test case finishes | 0 | .kt | kt | apache-2.0 | android/android-test |
10043143 | <NME> EspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 5 | Introduce ScreenOrientationRule to restore the screen orientation to portrait when a test case finishes | 0 | .kt | kt | apache-2.0 | android/android-test |
10043144 | <NME> EspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 5 | Introduce ScreenOrientationRule to restore the screen orientation to portrait when a test case finishes | 0 | .kt | kt | apache-2.0 | android/android-test |
10043145 | <NME> EspressoDeviceTest.kt
<BEF> /*
* Copyright (C) 2021 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... | 5 | Introduce ScreenOrientationRule to restore the screen orientation to portrait when a test case finishes | 0 | .kt | kt | apache-2.0 | android/android-test |
10043146 | <NME> InstrumentationRegistryTest.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lice... | 24 | Add ability to lazily register an Instrumentation in InstrumentationRegistry | 0 | .java | java | apache-2.0 | android/android-test |
10043147 | <NME> InstrumentationRegistryTest.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lice... | 24 | Add ability to lazily register an Instrumentation in InstrumentationRegistry | 0 | .java | java | apache-2.0 | android/android-test |
10043148 | <NME> InstrumentationRegistryTest.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lice... | 24 | Add ability to lazily register an Instrumentation in InstrumentationRegistry | 0 | .java | java | apache-2.0 | android/android-test |
10043149 | <NME> InstrumentationRegistryTest.java
<BEF> /*
* Copyright (C) 2018 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/lice... | 24 | Add ability to lazily register an Instrumentation in InstrumentationRegistry | 0 | .java | java | apache-2.0 | android/android-test |