HomeSort by relevance Sort by last modified time
    Searched refs:package_prefix (Results 1 - 3 of 3) sorted by null

  /packages/services/Telecomm/scripts/
telecom_testing.sh 54 local package_prefix=
60 package_prefix="com.android.server.telecom.tests"
65 package_prefix="com.android.frameworks.telephonytests"
115 e_options="${e_options} -e class ${package_prefix}.${class}"
124 adb shell am instrument ${e_options} -w "$package_prefix/$instrumentation"
  /external/cn-cbor/
CMakeLists.txt 37 set ( package_prefix "${CMAKE_PACKAGE_NAME}-${CMAKE_SYSTEM_NAME}" )
  /external/nanopb-c/generator/google/protobuf/
descriptor_pool.py 197 package_prefix = package + '.'
200 if symbol.startswith(package_prefix):
201 return symbol[len(package_prefix):]

Completed in 236 milliseconds